home *** CD-ROM | disk | FTP | other *** search
- object frmDevices: TfrmDevices
- Left = 612
- Top = 515
- BorderStyle = bsDialog
- Caption = 'Devices'
- ClientHeight = 235
- ClientWidth = 247
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnShow = FormShow
- DesignSize = (
- 247
- 235)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 37
- Height = 13
- Caption = 'Device:'
- end
- object Device: TComboBox
- Left = 56
- Top = 10
- Width = 184
- Height = 21
- Style = csDropDownList
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- OnClick = DeviceClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 40
- Width = 248
- Height = 2
- Anchors = [akLeft, akTop, akRight]
- BevelOuter = bvLowered
- TabOrder = 1
- end
- end
-